* lisp/faces.el (error, warning, success): New faces with definitions
authorJuri Linkov <juri@jurta.org>
Thu, 18 Aug 2011 11:36:19 +0000 (14:36 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 18 Aug 2011 11:36:19 +0000 (14:36 +0300)
commit605a15d83fcc63c01ddfe5cde8e0fe272dc50041
treeec8a0fb74f610d71998b8c5b31082f417f4db32c
parent910ce5f2d556422e9e3ea8e85e20019c890ddfa7
* lisp/faces.el (error, warning, success): New faces with definitions
copied from old default values of `font-lock-warning-face',
`compilation-warning', `compilation-info'.

* lisp/font-lock.el (font-lock-warning-face): Inherit from `error'.

* lisp/progmodes/compile.el (compilation-error): Inherit from `error'.
(compilation-warning): Inherit from `warning'.
(compilation-info): Inherit from `success'.

* lisp/dired.el (dired-marked): Inherit from `warning'.
(dired-flagged): Inherit from `error'.
etc/NEWS
lisp/ChangeLog
lisp/dired.el
lisp/faces.el
lisp/font-lock.el
lisp/progmodes/compile.el